home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Programming / Complete Applications / 4D Programming / Random Tech Notes / Multifinder and 4d < prev    next >
Encoding:
Text File  |  1988-01-01  |  2.3 KB  |  56 lines  |  [TEXT/ttxt]

  1. ____________________________________________________________________
  2.  
  3. 4th Dimension Technical Notes
  4.  
  5. #10    4th Dimension and MultiFinder
  6.  
  7. Written by Scott Knaster    August 25, 1987
  8.  
  9. Published    September 1, 1987
  10. ____________________________________________________________________
  11.  
  12. This note tells how to use 4th Dimension with MultiFinder.
  13. ___________________________________________________________
  14.  
  15. Apple has announced MultiFinder, the first-generation multitasking operating environment for the 
  16. Macintosh.  Under MultiFinder, many applications may be open at once, with fast context switching 
  17. and some background processing capabilities provided.
  18.  
  19. Applications can work with MultFinder in two ways:
  20.  
  21. 1.  MutiFinder compatible.  This means that the application functions correctly when running with 
  22. MultiFinder.  4th Dimension is MultiFinder compatible.
  23.  
  24. 2.  MultiFinder aware.  This means that the application can perform some functions in the 
  25. background when MultiFinder is running.  4th Dimension is also MultiFinder aware.
  26.  
  27. When using 4th Dimension with MultiFinder, your databases can search, sort, and run procedures 
  28. in the background.  To set up 4th Dimension for background operation, you have to do two things:  
  29. set a bit with ResEdit, and set an option with 4D Customizer.  Here's what you have to do:
  30.  
  31. 1.  Run ResEdit.  Open 4th Dimension.  Open the SIZE resource with ID 0.  After the first two bits, 
  32. the remaining bits are listed as "Undef bit" (undefined bit).  The second undefined bit tells 
  33. MultiFinder that the application can run in the background.  Click the "1" radio button to turn this bit 
  34. on.  Close the SIZE 0, SIZEs, and 4th Dimension windows, and save the changes.
  35.  
  36. 2.  Run 4D Customizer.  Open 4th Dimension.  Click the two check boxes in the "Desk accessories" 
  37. section in the upper right corner labeled "During thermometer" and "During printing."  Close 4th 
  38. Dimension and save the changes.
  39.  
  40. The copy of 4th Dimension has now been set up to work in the background under MultiFinder.  
  41. When you search, sort, or run a procedure, you should be able to switch to other applications.
  42.  
  43. Remember that MultiFinder, as of this writing, is prerelease and still contains bugs, so you should 
  44. be very careful as you use it with 4th Dimension or any other applications.
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51. #10:  4th Dimension and MultiFinder    Page #p of 1    
  52.  
  53.  
  54.  
  55.  
  56.